home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus 2002 #11 / Amiga Plus CD - 2002 - No. 11.iso / Tools / MorphOS / Epic4_mos / share / epic / help / 5_programming / usleep < prev    next >
Encoding:
Text File  |  2002-10-28  |  392 b   |  13 lines

  1. Synopsis:
  2.    usleep <microseconds>
  3.  
  4. Description:
  5.    This suspends the client for the specified number of microseconds. During
  6.    this time, the client does absolutely nothing; it quite literally goes
  7.    to sleep.  In general, it is most useful in non-interactive automated
  8.    scripts, and even these cases are fairly rare.
  9.  
  10. See Also:
  11.    sleep(5); pause(5); timer(5); wait(5)
  12.  
  13.